home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
angry
/
intro.dir
/
00014_Script_benRoll
< prev
next >
Wrap
Text File
|
1999-03-01
|
428b
|
23 lines
on mouseEnter me
puppetSound 4, "shortBen"
-- set the rect of sprite 3 = rect(400, 257, 663, 283)
-- set the loc of sprite 3 = point(400, 257)
end
--on mouseLeave me
-- set the rect of sprite 3 = rect(400, 257, 663, 283)
-- set the loc of sprite 3 = point(1500, 1500)
--end
on mouseDown me
cursor -1
repeat with x = 1 to 6
puppetSound x, 0
end repeat
go to movie "main"
end